Add alternative display mode for Slitherlink#256
Open
Conversation
* adds a base grid of lines which can be removed in place of placing peke marks * added an option in slitherlink to turn this alternative display style on or off
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/robx/pzprjs/UGLMERzDSMExR1Uq9QQx89GeAFaB |
Owner
|
Hey, thanks for the PR, it works nicely! Chances are I'm not going to merge this, because I'd rather tend to keep the number of options low. (I'm very vaguely wondering whether we should have some extension and/or plugin system for customizations such as this...) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since I play slitherlink a lot on the implementation in this puzzle collection (the game is called loopy), I wanted to have a way display information in a way that is more familiar to me.
This adds an option to slitherlink for an alternative display style which has a base grid of lines in grey and instead of placing peke marks the base line gets removed.
(Japanese translation for the new option (
altline) is missing as I unfortunately don't speak Japanese.)